projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63cd50d
)
* test/automated/files.el: Stop "local variables" confusion.
author
Glenn Morris
<rgm@gnu.org>
Thu, 11 Jul 2013 16:00:05 +0000
(09:00 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 11 Jul 2013 16:00:05 +0000
(09:00 -0700)
test/ChangeLog
patch
|
blob
|
history
test/automated/files.el
patch
|
blob
|
history
diff --git
a/test/ChangeLog
b/test/ChangeLog
index 926677212ba8b48adb58fd195e9b4e1f915cf2cf..1df70aecc66603cc449ad34fa92b64b49be4335f 100644
(file)
--- a/
test/ChangeLog
+++ b/
test/ChangeLog
@@
-1,5
+1,7
@@
2013-07-11 Glenn Morris <rgm@gnu.org>
+ * automated/files.el: Stop "local variables" confusion.
+
* automated/flymake-tests.el (flymake-tests): Remove unused group.
* automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
diff --git
a/test/automated/files.el
b/test/automated/files.el
index f2d2192a420347d4e513dcf815900d8f133f52c0..8ce2ed7230c30a4cce5043434ff695584e31fd23 100644
(file)
--- a/
test/automated/files.el
+++ b/
test/automated/files.el
@@
-146,4
+146,7
@@
form.")
(should (file-test--do-local-variables-test str subtest))))))
(ad-disable-advice 'hack-local-variables-confirm 'around 'files-test)))
+;; Stop the above "Local Var..." confusing Emacs.
+
\f
+
;;; files.el ends here